Pesquisar nos scripts por "Buy sell"
Crypto Buy/Sell Signals[alt] Autoview/Gunbot -CryptoProToolsA second version of Buy/Sell signals with the basis being EMAGain with an EMA channel filter.
I'm having success using this one to ladder in and out of the market.
CryptoVN - Woodies CCI with Buy/Sell signalsWoodies CCI is a momentum indicator that was developed by Ken Woods.
It's based on a 14 period Commodity Channel Index (CCI) and 06 period CCI called name Turbo CCI (TCCI). It's used to double CCI.
Woodies 14 CCI and 6 turbo CCI with colored histograms that show the trend.
This indicator with the rule for Buy/Sell signals on it.
If you like and use this, tips and donations are always welcome. :)
Bitcoin: 3BMEXfdqNNmVmtHYvZ1HqMyXchAGLUrbqF
Buy/Sell Signals for CM_Williams_Vix_FixThis script in Pine Script is designed to create an indicator that generates buy and sell signals based on the Williams VIX Fix (WVF) indicator. Here’s a brief explanation of how this script works:
Main Components:
Williams VIX Fix (WVF) – This volatility indicator is calculated using the formula:
WVF
=
(
highest(close, pd)
−
low
highest(close, pd)
)
×
100
WVF=(
highest(close, pd)
highest(close, pd)−low
)×100
where highest(close, pd) represents the highest closing price over the period pd, and low represents the lowest price over the same period.
Bollinger Bands are used to determine levels of overbought and oversold conditions. They are constructed around the moving average (SMA) of the WVF value using standard deviation (SD).
Ranges based on percentiles help identify extreme levels of WVF values to spot entry and exit points.
Buy and sell signals are generated when the WVF crosses the Bollinger Bands lines or reaches the ranges based on percentiles.
Adjustable Parameters:
LookBack Period Standard Deviation High (pd): The lookback period for calculating the highest closing price.
Bolinger Band Length (bbl): The length of the period for constructing the Bollinger Bands.
Bollinger Band Standard Devaition Up (mult): The multiplier for the standard deviation used for the upper Bollinger Band.
Look Back Period Percentile High (lb): The lookback period for calculating maximum and minimum WVF values.
Highest Percentile (ph): The percentile threshold for determining the high level.
Lowest Percentile (pl): The percentile threshold for determining the low level.
Show High Range (hp): Option to display the range based on percentiles.
Show Standard Deviation Line (sd): Option to display the standard deviation line.
Signals:
Buy Signal: Generated when the WVF crosses above the lower Bollinger Band or falls below the lower boundary of the percentile-based range.
Sell Signal: Generated when the WVF crosses below the upper Bollinger Band or rises above the upper boundary of the percentile-based range.
These signals are displayed as triangles below or above the candles respectively.
Application:
The script can be used by traders to analyze market conditions and make buying or selling decisions based on volatility and price behavior.
BTC Buy Sell Guide (BSG) - MA & RSIhi BTChes,
green is when the price drops below the 100 day MA
red is the intensity of the 14 day RSI
BUY @ green
SELL @ the second or third RSI spike
most importantly, keep in mind fundamentals :)
-joie
Patrick's Buy/Sell HistogramSimply look for a 12 point long bar and that's a perfect time to buy the security
Buy/Sell Pressure!!!!! DISCLAIMER !!!!!
No indicator can tell the future.
This indicator doesn't tell you when to buy or sell.
Don't use this indicator alone without any other indicator.
It doesn't tell short or long squeeze.
It's just an extra tool can be added to your existing strategy.
If the source/data vendor doesn't provide volume, it will compile a runtime error: "No volume is provided by the data vendor.".
//Indicator Basis
This indicator is based on Average Directional Index (ADX) and transaction quantity (Volume).
From ADX, it's using a modified Directional Index Plus and Directional Index Minus.
From Volume, it's assume based on candle how many buyers or sellers in that volume.
---------------------------------------------------------------------------------------------------------------------------------
I'm not planning to publish the source-code but wanted to gave a basis on which existing indicators I used.
---------------------------------------------------------------------------------------------------------------------------------
//Indicator Description
The indicator show the conditions when the price change is not align with the volume. The buyers want the price go up and the sellers want the price go down.
When the price change is moved to the upside but in the volume show there are more sellers than buyers.
When the price change is moved to the downside but in the volume show there are more buyers than sellers.
It doesn't tells you when we are in short or long squeeze conditions!
It only tell you there are more buyers/sellers dispite the price change to the upside/downside.
When we are either condition, the price can go up or down. It's just helps to find who want take control, the bears (sellers) or bulls (buyers).
As long as the source/data vendor provides volume, it's usable in every time frame.
//Settings
Defualt settings:
Opted in - Red circles above the bar - more sellers dispite the price changed to the upside
Opted in - Green circles below the bar - more buyers dispite the price changed to the downside
Opted out - Orange background in the chart with 50% transparency - more sellers dispite the price changed to the upside
Opted out - Olivie background in the chart with 50% transparency - more buyers dispite the price changed to the downside
Colors, shapes can be customized as you like it.
Investonomer - BS VolumeBuy Sell Volume Indicator is a free indicator which can be used with any instrument (stock, index or CFD) where volume information is available on TradingView.This indicator shows us a volume based view of the market activity and it helps us distiguish whether buyer are aggressive or sellers are. Basically, this indicator plots first plots the buyer volume in green. Then the seller volume is printed in red.
If Sellers are more, you will red only, whereas if buyers are more, you will selling volumes and then extra green over it which shows how many buyers are there in the market.
Buy/Sell IndicatorBased on logic from many top contributors here, the script utilizes LazyBear's WaveTrend Oscillator Indicator along with custom code to plot a few key components for daily trading;
Boundaries for entry and exit points which are based on a 6-day trend in OPEN/HIGH and OPEN/LOW prices.
Daily HIGH and LOW points to establish a good view of stock's movements
Entry and exit points with confidence levels. These can be treated as entry points for short to medium term investments
Entry points come in the colours of White and Lime, where white is slightly confident and lime is extremely confident
Exit points come in the colours of Maroon, and Red, where maroon is slightly confident and red is extremely confident
Each Entry and Exit point also comes without text, or with a M or H above it, where M indicates medium confidence on the point and an O indicates overconfidence.
Use Case:
The best possible use case is to enter a trade on a LIME point with O text, this means that is an overconfident entry point.
The trade should be exited on a RED point with O text, this means that is an overconfident exit point.
But you can do with the indicators as you please.
In addition to LazyBear's code, the following existing models and indicators are taken into account:
RSI of closing price over a period of 25
EMA of RSI
Buy / Sell indicator light version [Crypto_BCT]The indicator is based on the search for the lowest bars in a given period (can be customized).
You can add a search for the highest bars to determine the closed order points.
You can add a filter by the value of the RSI (you can customized it separately for buying and selling).
Alerts for buying and selling are set.
It can be used to work with bots, for example 3COMMAS DCA bot.
--------------------------
Signal Condition Settings:
(Buy) Lowest Bar
The closing of the current bar is lower than the closing of the bars back in this range
(Buy) RSI value <
The RSI index is below this value
(Sell) Highest Bar
The closing of the current bar is higher than the closing of bars in this range
(Sell) RSI value >
The RSI index is higher than this value
Buy + Sell [CryptoJewish]Beta
This indicator helps identify areas of buying and selling.
There are 4 levels of signals.
1. Weak
2. Medium
3. Strong
4. Extremely strong
Also there is a lagging indicator, which gives a signal of the 2nd level.
Levels greater than 1 are highlighted with a background and the color of the last bar is mixed with the color of the signal.
Almost everything can be turned on / off.
---
Additionally included:
- Ichimoku Cloud with settings for crypto (pure cloud, no extra lines)
- Bollinger Bands
- 4x SMA with a cross between them
Patrones de entrada/salida V.1.0 -BETA-Este algoritmo intenta identificar patrones o fractales dentro de los movimientos de precios para dar señales de compra o venta de activos.
Magic Circles V3Magic Circles indicator uses an ATR based trend indicator in conjunction with a Parabolic SAR indicator for creating signals. Blue is neutral. Green is buy and red is sell. A hollow green circle followed by a regular green indicates a strong buy while a hollow red circle followed by a regular red one indicates a strong sell signal. This version gives you the option to choose your own magic number. Default is 1.618 also known as the golden ratio. The indicator works best at trending markets.
Version 3 comes with ADX filtering to avoid misleading signals and set on by default. Also you can now see the support / resistance levels. Another option added is showing the current trend direction.
ADX is Average Directional Index and founded by Welles Wilder. Wilder published his work in his book titled New Concepts in Technical Trading Systems (1978).
Magic Circles V2Thanks for your feedback in regard to the Magic Circles indicator. As a common question, Magic Circles indicator uses an ATR based trend indicator in conjunction with a Parabolic SAR indicator for creating signals. Blue is neutral. Green is buy and red is sell. A hollow green circle followed by a regular green indicates a strong buy while a hollow red circle followed by a regular red one indicates a strong sell signal. This version gives you the option to choose your own magic number. Default is 1.618 also known as the golden ratio. The indicator works best at trending markets.
EMA Color Candle Volume + Dashboard with TP/SLBuy/Sell Signals from EMA Crossover
This indicator uses a short-term EMA, a long-term EMA, and an average EMA to detect points where the short-term EMA crosses above or below both the long-term and average EMAs. These crossover points act as buy or sell signals.
Candle Colors Based on Volume Pressure
The indicator changes the candlestick colors based on buying and selling pressure calculated from trading volume. There are four main colors that indicate the strength of buying or selling pressure for each candle:
Blue: High buying volume – Green candle with volume above average
Green: Normal buying volume – Green candle with volume at or below average
Red: Normal selling volume – Red candle with volume at or below average
Orange: High selling volume – Red candle with volume above average
Volume Pressure Calculation
The calculation uses the total volume of each candle without separating by price level (e.g., delta volume). Candle color determines the weighting of pressure:
If the candle is green (Close > Open), it is considered buy pressure, weighted 0.7 to buying and 0.3 to selling
If the candle is red (Close < Open), it is considered sell pressure, weighted 0.7 to selling and 0.3 to buying
A 20-period SMA is then calculated to compare against the current buy/sell pressure.
BUY/SELL Labels with Volume
When enabled, a “BUY” or “SELL” label appears on the candle along with the trading volume.
Label size can be selected (small, medium, large) for better visibility.
Repaint System (Toggle On/Off)
You can choose whether EMA calculations update in real-time (which may repaint) or use the previous candle’s data for more stable signals.
Trend Zone Highlight
The chart background changes to light green or light red based on the EMA trend direction to help visualize market trends more clearly.
Automatic Alerts
Alerts trigger immediately when a buy or sell signal occurs.
Heatmap, TP, SL, and How to Use
1. Heatmap (Status Dashboard)
A table summarizing current market conditions divided into four main parts:
Signal: EMA signal – BUY / SELL / NEUTRAL
Trend: Trend status – UPTREND / DOWNTREND / SIDEWAYS
Volume: Volume strength – shown as four colors matching candle colors (Green, Blue, Red, Orange)
TP/SL: Take Profit and Stop Loss prices with background colors to provide a clear overview
2. TP (Take Profit)
The price level where profits are expected, based on a predefined percentage (default 1.5%)
Example: If current Close is 100, TP = 100 + 1.5% = 101.5
Note: TP is a guideline and not guaranteed to be reached.
3. SL (Stop Loss)
The price level to cut losses if price moves against the trade direction.
Calculated from Close minus a predefined percentage (default 0.7%)
Helps reduce risk and keep losses within acceptable limits.
4. How to Use
Add this indicator to your price chart
Look for entry points using EMA signals, candle colors, and BUY/SELL labels
Check the Heatmap at the top-right corner for signals, trend status, volume strength, and TP/SL
Use TP/SL prices from the Heatmap as a guide to place orders on your trading platform
Adjust TP/SL percentages in settings according to your trading style
Enable alerts to avoid missing important trade opportunities
Buy/Sell EMA CrossoverThe indicator identifies potential trading opportunities within the market. It is entirely based on the combination of exponential moving averages by drawing triangles on the chart that identify buy or sell signals combined with vertical bars that create areas of interest.
Specifically, when a buy signal occurs, the indicator draws a vertical bar with an azure background, indicating a possible buy area. Similarly, a sell signal is represented by a vertical bar with a fuchsia background, indicating a possible sell area.
These areas represent the main point of the indicator which uses exponential moving averages which, based on the direction of prices, identify the trend and color the background of the graph in order to visually highlight the predominant trend.
The green triangles above the bars of the chart suggest possible upside opportunities (good bullish entry points) when the 21 ema crosses the 200 ema.
While on the contrary the red triangles, 21 ema lower than the 200 ema, can indicate possible bearish trends (good bearish entry points).
While the white and purple triangles reveal moments of potential indecision or market change.
We can think of them as situations of uncertain trend in which it is possible to place a long or short order near some conditions that we are going to see.
The white triangles below, which are created when the 13 ema is higher than the 21 ema, indicate a possible bullish zone while the purple triangles above (13 ema lower than the 21) could suggest a bearish reflex
Colored lines represent moving averages blue = 200, 21= fuchsia and 13 = white. If the price is above the 200 period line then it could be a bullish opportunity, otherwise it could be a bearish one.
An interesting strategy to adopt is to evaluate, for example, the inputs near the vertical bars (azure - long) (fuchsia - short) when a white or purple triangle appears.
The more prominent green triangle indicates that the trend is going in a long direction.
On the contrary, the red (short) triangles are the opposite of the green ones and have the same importance as input logic.
The white triangle instead present more often inside the indicator identifies interesting buying areas of short duration, it is important to consider that the closer the triangles are to the vertical blue bars the stronger the entry signal.
Finally, the purple triangles are the short-term bearish trends whose entry near the fuchsia vertical bars defines a short.
Buy/Sell Volume confirmation for BO_Entry_ExitThis script helps to identify the volume strength basis EMA and various EMA multipliers, There are provisions provided to enable and disable when the volume is gaining momentum and the volume for a particular candle touches the Break Out criteria. Users will be able to modify the criteria for Volume strength and Volume break out Indication. It will also show the buyers & sellers strength of a volume bar which the uses will be able to enable and disable.
Buy&Sell Hollow CandlesThe Hollow Candles Script is a type of candlestick analysis script designed to highlight the following:
Purpose of the Script: This script provides the user with buy and sell signals based on candlesticks that show an upward or downward reversal.
Mechanism of the Script: When a hollow (unfilled) red candle appears, it signals a potential entry, provided that this candle is at a low point, following a series of red candles with higher volume than previous days. Similarly, it gives a sell signal when a green candle appears at a peak with high sell volume surpassing that of prior days. However, the appearance of these candles alone should not prompt an immediate buy or sell; you should wait for a confirming candle to validate the signal.
Sideways Movement Caution: If these signals appear during a sideways or flat trend, it is not advisable to proceed with buying or selling.
Chart Insights: The chart demonstrates certain buy and sell operations along with some non-ideal signals where decision-making should be based on fundamental analytical experience.
Buy Sell Volume SeparateDescription:
The script is designed to provide traders with a unique and comprehensive analysis of trading volume dynamics. Unlike existing scripts, the script offers a distinct advantage by presenting both buy and sell volumes on separate scales, simplifying trading decisions.
Key Features:
1. Dual Volume Scales: The script provides two separate volume scales, one for buy volumes and another for sell volumes. This separation allows to easily distinguish between buying and selling pressure, aiding in more precise trade entries and exits.
2. Clear and Intuitive Chart: The script ensures that the chart it generates is clean and easy to understand. The buy and sell volumes are color-coded for clarity, and you can quickly identify significant volume spikes and trends.
How to Use:
1. Adding the Script: To use the script, simply add it to your TradingView chart.
2. Interpreting Buy and Sell Volumes: On the chart, you will see two separate volume scales—one for buy volumes and one for sell volumes. Green bars represent buying pressure, while red bars indicate selling pressure. Pay attention to the relative strengths and patterns of these bars to gauge market sentiment.
3. Informed Trading Decisions: Armed with insights into both buy and sell volumes, you can make more informed trading decisions. Look for divergences, patterns, or significant volume spikes to identify potential entry and exit points.
Buy / Sell alert indicator [Crypto_BCT]Hello everyone!
I bring to your attention a indicator to determine the point of buy and sell purchase.
It is based on oscillators and a moving average.
It can be used to work with bots, for example 3COMMAS DCA bot.
Signal Condition Settings:
ATR
The current candle is larger than the ATR for this period
EMA
The signal is necessarily below (for buy) and above (for sell) the EMA of the specified period
(Buy) RSI low
The RSI index is below this value
(Sell) RSI High
The RSI index is higher than this value
(Buy) MFI low
The MFI index is below this value
(Sell) MFI High
The MFI index is higher than this value
(Buy) CCI low
CCI index is below this value
(Sell) CCI High
The CCI index is higher than this value
(Buy) Lowest bar from
The closing of the current bar is lower than the closing of the bars back in this range
(Sell) Highest bar from
The closing of the current bar is higher than the closing of bars in this range
(Buy) Lowest EMA bar ago
During a given distance back, the EMA value only decreased
(Sell) Highest EMA bar ago
At a given distance back, the EMA value only increased
I hope it will be useful!
Buy Sell Indicator by Independent ResearcherThis is an Buy and Sell Oscillator. Its show the trend reversal or change in price action of the market. This indicator is a combination of various moving averages. This is like a MACD but a very powerful version.
How To Use It
If green line gives crossover white line towards down then price is expected to fall.
If red line gives crossover white line towards up then price is expected to rise.
For better results of indicator trade after closing of crossover candle.
There is a band +.20 to -.20 for better results trade on crossover happens between that band.
Below you will see an example:-
XAUUSD
EURUSD
BUY/SELL Moving Average StrategyThis script allows you to use 2 moving averages a slow and a fast MA (e.g. 200 & 50). You are able to define the length of both MA and you can change the moving average type: Simple Moving Average (SMA) or Exponential Moving Average (EMA). The script will plot a SELL signal if the slow MA crosses over the fast MA and it will plot a BUY signal if the slow MA crosses under the fast MA. You are also able to define alerts for the BUY & SELL signals.